projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d98c0d3
)
Disable lsan for now
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 10 Jul 2020 11:32:48 +0000
(07:32 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 10 Jul 2020 11:32:48 +0000
(07:32 -0400)
The leak sanitizer causes on average 3-4 tests
to segfault during a testsuite run. Disable it
for now to see if we can get a successful
testsuite run with asan alone.
.gitlab-ci/run-tests.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/run-tests.sh
b/.gitlab-ci/run-tests.sh
index 952b2bdd8112ce0fc8867320d9b5a995f481b692..5bdbaf96372c9e76dee23172b4fb12ee126041a0 100755
(executable)
--- a/
.gitlab-ci/run-tests.sh
+++ b/
.gitlab-ci/run-tests.sh
@@
-9,6
+9,8
@@
backend=$2
# Ignore memory leaks lower in dependencies
export LSAN_OPTIONS=suppressions=$srcdir/lsan.supp
+# Disable lsan for now since it is crashy
+export ASAN_OPTION=detect_leaks=0
case "${backend}" in
x11)